home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / comm / nau.h < prev    next >
C/C++ Source or Header  |  1995-07-03  |  1KB  |  20 lines

  1. struct nau {
  2.      char name[8]    ;       /* nau name                   */
  3.      unsigned char type ;    /* type                       *//* @0115 */
  4.      struct hscb *link;      /* hscb pointer               */
  5.      struct rqb *opnq;       /* opndst queue               */
  6.      short sid;              /* session id                 */
  7.      char rsrv[3];           /* 0123 */
  8.      };
  9. #define NAUTAPPL 00          /* appl                       */
  10. #define NAUTLOC  0x10        /* local                      */
  11. #define NAUTPU   0x20        /* pu                         */
  12. #define NAUTLU   0x30        /* lu                         */
  13. #define NAUTTERM 0x40        /* terminal                   */
  14. #define NAUTMAIN 0x41        /* main terminal              */   /* @0094 */
  15. #define NAUTCOMP 0x50        /* component                  */
  16. #define NAUACTIV 0x80        /* active flag                */
  17. #define NAUTGLOB 0x90        /* global lu                  */
  18. #define NAUISTAT 0x40        /* initial state              *//* @0153 */
  19.  
  20.